home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / Snippets / Layering two images.snp < prev    next >
Encoding:
Text File  |  2005-02-16  |  222 b   |  9 lines

  1. <!-- 2 pictures that layer on top of each other.
  2. A neat effect with the same picture,one black & white
  3. and the other color. Netscape loads the second one first
  4. -->
  5.  
  6.  
  7.  
  8. <IMG SRC="apicture.gif" LOWSRC="theother.jpg">
  9.